In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR / GetBlockOrientation Method

GetBlockOrientation Method (IGdPictureOCR)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(100)>

Function GetBlockOrientation( _

   ByVal OCRResultID As String, _

   ByVal BlockIdx As Integer _

) As OCRBlockOrientation
[DispId(100)]

OCRBlockOrientation GetBlockOrientation( 

   string OCRResultID,

   int BlockIdx

)
function GetBlockOrientation( 

    OCRResultID: String;

    BlockIdx: Integer

): OCRBlockOrientation; 
DispIdAttribute(100)

function GetBlockOrientation( 

   OCRResultID : String,

   BlockIdx : int

) : OCRBlockOrientation;
[DispId(100)]

OCRBlockOrientation GetBlockOrientation( 

   string* OCRResultID,

   int BlockIdx

) 
[DispId(100)]

OCRBlockOrientation GetBlockOrientation( 

   String^ OCRResultID,

   int BlockIdx

) 

Parameters

OCRResultID
BlockIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR
IGdPictureOCR Members